33a74852c104502ce1e430ad671eb92ecf2ff78c,clc/modules/msgs/src/main/java/com/eucalyptus/bootstrap/Bootstrap.java,Bootstrap,initBootstrappers,#,331

Before Change


          EventRecord.here( Bootstrap.class, EventType.BOOTSTRAPPER_SKIPPED, currentStage.name( ), bc, "DependsRemote", component.getName( ),
                            "Component." + component.getName( ) + ".isLocal", component.isLocal( ).toString( ) ).info( );
        } else {
          stage.addBootstrapper( bootstrap );
        }
      } else {
        Components.lookup( comp ).getBootstrapper( ).addBootstrapper( bootstrap );

After Change


          EventRecord.here( Bootstrap.class, EventType.BOOTSTRAPPER_SKIPPED, currentStage.name( ), bc, "DependsRemote", bootstrap.getDependsRemote( ).toString( ) ).info( );
        } else {
          EventRecord.here( Bootstrap.class, EventType.BOOTSTRAPPER_ADDED, stage.name( ), bc, "component=" + comp.name( ) ).info( );
          stage.addBootstrapper( bootstrap );
        }
      } else {
        Components.lookup( comp ).getBootstrapper( ).addBootstrapper( bootstrap );